Add crypto/sha256 and crypto/sha512 modules from gnulib
authorLeo Liu <sdl.web@gmail.com>
Tue, 21 Jun 2011 08:45:39 +0000 (16:45 +0800)
committerLeo Liu <sdl.web@gmail.com>
Tue, 21 Jun 2011 08:45:39 +0000 (16:45 +0800)
commit2d770e993c18ca5d40a298a20a6ed26e0b3ee2e2
tree0195ea2a1e76a730299d27894979e23a9c34eff0
parente7e412694268ead131b044bab56d320dafbb803c
Add crypto/sha256 and crypto/sha512 modules from gnulib
12 files changed:
ChangeLog
Makefile.in
lib/gnulib.mk
lib/makefile.w32-in
lib/sha256.c [new file with mode: 0644]
lib/sha256.h [new file with mode: 0644]
lib/sha512.c [new file with mode: 0644]
lib/sha512.h [new file with mode: 0644]
lib/u64.h [new file with mode: 0644]
m4/gl-comp.m4
m4/sha256.m4 [new file with mode: 0644]
m4/sha512.m4 [new file with mode: 0644]